Bump to 0.18.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 2 Feb 2017 19:30:37 +0000 (11:30 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 2 Feb 2017 19:30:37 +0000 (11:30 -0800)
Cargo.lock
Cargo.toml
Makefile.in
src/crates-io/Cargo.toml

index e856a657ef07b963255485d2d1ca729dbd99b0ca..dbf6af7247c49f17fa86aa0a422c902def899580 100644 (file)
@@ -1,11 +1,11 @@
 [root]
 name = "cargo"
-version = "0.17.0"
+version = "0.18.0"
 dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
- "crates-io 0.6.0",
+ "crates-io 0.7.0",
  "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -78,7 +78,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.17.0",
+ "cargo 0.18.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -109,7 +109,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
index 395bf31da56e99b71be942eca45cd71c651cfb70..da83c3f88689d8806ad27ecfa4804bf7150f14b4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.17.0"
+version = "0.18.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -17,7 +17,7 @@ name = "cargo"
 path = "src/cargo/lib.rs"
 
 [dependencies]
-crates-io = { path = "src/crates-io", version = "0.6" }
+crates-io = { path = "src/crates-io", version = "0.7" }
 crossbeam = "0.2"
 curl = "0.4"
 docopt = "0.6"
index 98a1a5f5bd103eef8103835926feb111a2cd069b..41a1694ed3b387722b979ac331b3bf780e08e3ce 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.17.0
+CFG_RELEASE_NUM=0.18.0
 CFG_RELEASE_LABEL=
 
 OPENSSL_VERS=1.0.2k
index dbd0b05d85ada66a01bf528b6c910fa5b3d2b9d9..54a54e1dea09b75a2d734a96beae047112282a59 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.6.0"
+version = "0.7.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"